generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bump actions/setup-go from 2 to 3 #18
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update Github_actions code
labels
Apr 11, 2022
@dependabot merge
…On Mon, Apr 11, 2022, 03:21 dependabot[bot] ***@***.***> wrote:
Bumps actions/setup-go <https://github.com/actions/setup-go> from 2 to 3.
Release notes
*Sourced from actions/setup-go's releases
<https://github.com/actions/setup-go/releases>.*
v3.0.0 What's Changed
- Update default runtime to node16 (actions/setup-go#192
<https://github-redirect.dependabot.com/actions/setup-go/pull/192>)
- Update package-lock.json file version to 2 (actions/setup-go#193
<https://github-redirect.dependabot.com/actions/setup-go/pull/193>)
and @types/node to 16.11.25 (actions/setup-go#194
<https://github-redirect.dependabot.com/actions/setup-go/pull/194>)
- Remove the stable input and fix SemVer notation (actions/setup-go#195
<https://github-redirect.dependabot.com/actions/setup-go/pull/195>)
Breaking Changes
With the update to Node 16, all scripts will now be run with Node 16
rather than Node 12.
This new major release removes the stable input, so there is no need to
specify additional input to use pre-release versions. This release also
corrects the pre-release versions syntax to satisfy the SemVer notation
(1.18.0-beta1 -> 1.18.0-beta.1, 1.18.0-rc1 -> 1.18.0-rc.1).
steps:
- uses: ***@***.***
- uses: ***@***.***
with:
go-version: '1.18.0-rc.1'
- run: go version
Add check-latest input
In scope of this release we add the check-latest
<https://github-redirect.dependabot.com/actions/setup-go/pull/186> input.
If check-latest is set to true, the action first checks if the cached
version is the latest one. If the locally cached version is not the most
up-to-date, a Go version will then be downloaded from go-versions
<https://github.com/actions/go-versions> repository. By default
check-latest is set to false. Example of usage:
steps:
- uses: ***@***.***
- uses: ***@***.***
with:
go-version: '1.16'
check-latest: true
- run: go version
Moreover, we updated @actions/core from 1.2.6 to 1.6.0
v2.1.5
In scope of this release we updated matchers.json to improve the problem
matcher pattern. For more information please refer to this pull request
<https://github-redirect.dependabot.com/actions/setup-go/pull/98>
v2.1.4 What's Changed
- Fix extractor selection on windows by @paulcacheux
<https://github.com/paulcacheux> in actions/setup-go#141
<https://github-redirect.dependabot.com/actions/setup-go/pull/141>
New Contributors
- @paulcacheux <https://github.com/paulcacheux> made their first
contribution in actions/setup-go#141
<https://github-redirect.dependabot.com/actions/setup-go/pull/141>
*Full Changelog*: ***@***.***
<actions/setup-go@v2.1.3...v2.1.4>
v2.1.3
- Updated communication with runner to use environment files rather
then workflow commands
v2.1.2
This release includes vendored licenses for this action's npm dependencies.
... (truncated)
Commits
- f6164bd
<actions/setup-go@f6164bd>
Remove stable input and fix SemVer notation (#195
<https://github-redirect.dependabot.com/actions/setup-go/issues/195>)
- 2bb2aab
<actions/setup-go@2bb2aab>
update types node (#194
<https://github-redirect.dependabot.com/actions/setup-go/issues/194>)
- edcbc0c
<actions/setup-go@edcbc0c>
update lockfileVersion (#193
<https://github-redirect.dependabot.com/actions/setup-go/issues/193>)
- fb9a043
<actions/setup-go@fb9a043>
Update default runtime to node16 (#192
<https://github-redirect.dependabot.com/actions/setup-go/issues/192>)
- 5b0ae0e
<actions/setup-go@5b0ae0e>
Bump pathval from 1.1.0 to 1.1.1 (#188
<https://github-redirect.dependabot.com/actions/setup-go/issues/188>)
- See full diff in compare view
<actions/setup-go@v2...v3>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#18
Commit Summary
- 14ec801
<14ec801>
Bump actions/setup-go from 2 to 3
File Changes
(2 files
<https://github.com/poroping/terraform-provider-device42/pull/18/files>)
- *M* .github/workflows/release.yml
<https://github.com/poroping/terraform-provider-device42/pull/18/files#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34>
(2)
- *M* .github/workflows/test.yml
<https://github.com/poroping/terraform-provider-device42/pull/18/files#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88>
(4)
Patch Links:
- https://github.com/poroping/terraform-provider-device42/pull/18.patch
- https://github.com/poroping/terraform-provider-device42/pull/18.diff
—
Reply to this email directly, view it on GitHub
<#18>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKI4HXFG72LBI5YTBZAGCYLVEOLDBANCNFSM5TB2GC6A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update Github_actions code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps actions/setup-go from 2 to 3.
Release notes
Sourced from actions/setup-go's releases.
... (truncated)
Commits
f6164bd
Remove stable input and fix SemVer notation (#195)2bb2aab
update types node (#194)edcbc0c
update lockfileVersion (#193)fb9a043
Update default runtime to node16 (#192)5b0ae0e
Bump pathval from 1.1.0 to 1.1.1 (#188)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)